home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / progut~1 / stdwin.zoo / miniedit / Makefile.32 < prev    next >
Encoding:
Makefile  |  1990-11-28  |  889 b   |  43 lines

  1. CC =cgcc
  2. CFLAGS = -O -I../h
  3.  
  4. SRCS=    miniedit.c regexp.c regsub.c
  5. OBJS=    miniedit.o regexp.o regsub.o
  6. PROG=    miniedit
  7.  
  8. all:        $(PROG).G32
  9.  
  10. $(PROG).G32:    $(OBJS)
  11.         $(CC) $(OBJS) -o $(PROG).G32 -lstdwin -lgem
  12.  
  13. $(PROG).A:    $(OBJS) $(ALFA)/liba.olb
  14.         $(CC) $(OBJS) $(ALFA)/liba.olb -ltermcap -lpml -o $(PROG).A
  15.         $(CC) $(OBJS) $(MG1)/lib.a $(WINLIBS) -o $(PROG).M
  16.  
  17.  
  18. clean:
  19.         rm -f core *.o [,@#]*
  20.  
  21. realclean:    clean
  22.         rm -f lib.a tags *.G32 *.A
  23.  
  24. # End Rules
  25. miniedit.o: miniedit.c
  26. miniedit.o: ../h/stdwin.h
  27. miniedit.o: ../h/stdevent.h
  28. miniedit.o: ../h/stdtext.h
  29. miniedit.o: ../h/tools.h
  30. miniedit.o: ../h/configure.h
  31. miniedit.o: ../h/l_defs.h
  32. miniedit.o: ../h/editwin.h
  33. miniedit.o: ./regexp.h
  34. miniedit.o: ../h/configure.h
  35. regexp.o: regexp.c
  36. regexp.o: ./regexp.h
  37. regexp.o: ../h/configure.h
  38. regexp.o: ./regmagic.h
  39. regsub.o: regsub.c
  40. regsub.o: ./regexp.h
  41. regsub.o: ../h/configure.h
  42. regsub.o: ./regmagic.h
  43.